home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / memory.sca < prev    next >
Internet Message Format  |  1991-04-12  |  3KB

  1. Path: santra!tut!sunic!uupsi!rpi!zaphod.mps.ohio-state.edu!samsung!cs.utexas.edu!asuvax!ncar!mephisto!prism!gt1246c
  2. From: gt1246c@prism.gatech.EDU (Warren Furlow)
  3. Newsgroups: comp.sys.handhelds
  4. Subject: HP-48 memory scanner
  5. Message-ID: <6639@hydra.gatech.EDU>
  6. Date: 4 Mar 90 06:57:17 GMT
  7. Reply-To: gt1246c@prism.gatech.EDU (Warren Furlow)
  8. Distribution: comp.sys.handhelds
  9. Organization: Georgia Institute of Technology
  10. Lines: 54
  11.  
  12. The HP-48SX is GREAT!  I think this machine is what the 28 should have been.
  13. I would have been very disappointed with a fold out design.  One neat thing
  14. is it can display a running clock while on.  The rubber feet are cleverly
  15. designed so they are inserted into deep slots and require no glue.  I 
  16. discovered this while looking for the disassembly screws.  Apparently
  17. this machine has the same 'factory sealed' assembly as the 28 and cannot be 
  18. taken apart without mangling it.  Very annoying.
  19.  
  20. Anyway, I have found a memory scanner and would like to pass on the 
  21. details of it.
  22.  
  23. The memory scanner is activated as follows:
  24. Go into test mode:  Press and hold ON, press D, release ON.
  25. Press backarrow.  You should now see something in the following format:
  26. AAAAA:DDDDDDDDDDDDDDDD
  27. The AAAAA is the 5 hex digits of the address and the DD..D is the 16 hex 
  28. digits of the data starting at that address.
  29.  
  30. The following keys cause the following actions:
  31.  
  32. KEY          Address
  33. 1/X          F0A8C:0000000000000000  (apparently a constant)
  34. DEL          C0000:7B7B7B7B7B7B7B7B  (apparently a constant)
  35. EEX          80000:7B7B7B7B7B7B7B7B  (apparently a constant)
  36. +/-          F000A      (data changes)
  37. ENTER        00100:8x00yyyy04008EC0  
  38.              This one is especially interesting.  Each time ENTER is pressed,
  39.              yyyy changes randomly, it would appear.  x changes but I don't 
  40.              know when.  The rest seems to be a constant.  The real interesting
  41.              stuff happens when one of the softkeys is pressed.  D, for 
  42.              instance, screws up the pixels of the displayed data on the first
  43.              press, darkens the contrast on the second and on the third, causes
  44.              a cool screen fade.  The screen starts out all dark, and gradually
  45.              lightens starting from the left.  Looks neat anyway.
  46. EVAL         Displays the version number and copyright notice
  47.  
  48. up arrow     +1000h      (pressing and holding any of the following causes
  49. down arrow   -1000h       them to auto repeat)
  50. divide       -100h
  51. multiply     +100h
  52. subtract     +1
  53. add          -1
  54. decimal      +10h
  55. 0-9, softkeys, add  +1
  56.  
  57. SPC          auto scan mode +10 hex
  58.  
  59. Auto scan mode increments by 10 hex about 16 times a second.  
  60. While in this mode, pressing the ON key halts the scan but may display
  61. garbage since it looks like it does not always fully update the screen.
  62. Pressing and holding ON, pressing MTH and then releasing ON will stop
  63. the scan for 16 seconds.
  64.  
  65. To terminate test mode, press and hold ON, press C, release ON.
  66.  
  67.